home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / aix32 / gcc-related / math.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  251b  |  14 lines

  1. extern "C" {
  2. #include </usr/include/standards.h>
  3.  
  4. #ifdef _ANSI_C_SOURCE
  5. extern  double fmod(double x, double y);
  6. #endif /*_ANSI_C_SOURCE */
  7.  
  8. #ifndef    _BSD
  9. #include <stdlib.h>
  10. #else    /* _BSD */
  11. extern double   atof(const char *nptr);
  12. #endif    /* _BSD */
  13. }
  14.